ATrace_beginSection

Writes a tracing message to indicate that the given section of code has begun. This call must be followed by a corresponding call to {@link ATrace_endSection} on the same thread.

Note: At this time the vertical bar character '|' and newline character '\\n' are used internally by the tracing mechanism. If \p sectionName contains these characters they will be replaced with a space character in the trace.

Available since API level 23.

extern (C) nothrow @nogc
void
ATrace_beginSection
(
const(char)* sectionName
)

Meta